home *** CD-ROM | disk | FTP | other *** search
/ START Magazine / START VOL 4 NO 6.st / LASER.ARC / LASER.LST next >
Encoding:
File List  |  1989-09-20  |  13.1 KB  |  490 lines

  1. ' *****************************************************************************
  2. ' *             Atari ST LaserDisc Remote Control Program                     *
  3. ' *                      Version 1.00    08/18/89                             *
  4. ' *             Designed & Programmed by Michael W. Riley                     *
  5. ' *                       © 1989 Antic Publishing                             *
  6. ' *****************************************************************************
  7. '
  8. @Init_program
  9. @Screen
  10. Spoke &H484,Peek(&H484) And Not 1        ! Turn Off Key Click
  11. Showm
  12. '
  13. On Menu Key Gosub Key_select
  14. Do
  15.   On Menu
  16.   X%=Mousex
  17.   Y%=Mousey
  18.   K%=Mousek
  19.   If K%=1
  20.     If X%>14 And X%<29
  21.       If Y%>50 And Y%<56
  22.         Text 136,59,"  TV/LVP  "
  23.         @Send_code("/0F")               ! TV/LaserDisc Player Signal Toggle
  24.         @Press(15,51,28,55)
  25.       Endif
  26.       If Y%>64 And Y%<70
  27.         Text 136,59,"  STEREO  "
  28.         @Send_code("/4A")               ! Turn both Audio Channels 1 & 2 on
  29.         @Press(15,65,28,69)
  30.       Endif
  31.       If Y%>81 And Y%<87
  32.         Text 136,59,"  CLEAR   "
  33.         @Send_code("/45")               ! Clears previously entered frame #'s
  34.         @Press(15,82,28,86)
  35.       Endif
  36.       If Y%>94 And Y%<100
  37.         Text 136,59,"MULTI-REV "
  38.         @Send_code("/55")               ! Quickly scans backwards w/playback
  39.         @Press(15,95,28,99)
  40.       Endif
  41.       If Y%>107 And Y%<113
  42.         Text 136,59,"SLOW SPEED"
  43.         @Send_code("/46")               ! Incrementally slows playback speed
  44.         @Press(15,108,28,112)
  45.       Endif
  46.       If Y%>120 And Y%<126
  47.         Text 136,59," REPEAT A "
  48.         @Send_code("/48")               ! Sets beginning of repeat frame
  49.         @Press(15,121,28,125)
  50.       Endif
  51.       If Y%>146 And Y%<152
  52.         Text 136,59," CHAPTER  "
  53.         @Send_code("/40")               ! Entered for chapter searches
  54.         @Press(15,147,28,151)
  55.       Endif
  56.       If Y%>159 And Y%<165
  57.         Text 136,59," REMOTE 1 "
  58.         @Send_code("/01")               ! Numeral 1
  59.         @Press(15,160,28,164)
  60.       Endif
  61.       If Y%>172 And Y%<178
  62.         Text 136,59," REMOTE 5 "
  63.         @Send_code("/05")               ! Numeral 5
  64.         @Press(15,173,28,177)
  65.       Endif
  66.       If Y%>185 And Y%<191
  67.         Text 136,59," REMOTE 9 "
  68.         @Send_code("/09")                ! Numeral 9
  69.         @Press(15,186,28,190)
  70.       Endif
  71.     Endif
  72.     If X%>37 And X%<52
  73.       If Y%>50 And Y%<56
  74.         Text 136,59,"    CX    "
  75.         @Send_code("/0E")               ! Toggles CX noise reduction
  76.         @Press(38,51,51,55)
  77.       Endif
  78.       If Y%>81 And Y%<87
  79.         Text 136,59,"  PAUSE   "
  80.         @Send_code("/18")               ! Pauses playback (blanks screen)
  81.         @Press(38,82,51,86)
  82.       Endif
  83.       If Y%>94 And Y%<100
  84.         Text 136,59,"MULTI-FWD "
  85.         @Send_code("/58")               ! Playback at set increased speed
  86.         @Press(38,95,51,99)
  87.       Endif
  88.       If Y%>107 And Y%<113
  89.         Text 136,59,"FAST SPEED"
  90.         @Send_code("/47")               ! Incrementally increases playback
  91.         @Press(38,108,51,112)
  92.       Endif
  93.       If Y%>120 And Y%<126
  94.         Text 136,59," REPEAT B "
  95.         @Send_code("/44")               ! Sets end of repeat frame
  96.         @Press(38,121,51,125)
  97.       Endif
  98.       If Y%>146 And Y%<152
  99.         Text 136,59,"  FRAME   "
  100.         @Send_code("/41")               ! Entered for exact frame searches
  101.         @Press(38,147,51,151)
  102.       Endif
  103.       If Y%>159 And Y%<165
  104.         Text 136,59," REMOTE 2 "
  105.         @Send_code("/02")               ! Numeral 2
  106.         @Press(38,160,51,164)
  107.       Endif
  108.       If Y%>172 And Y%<178
  109.         Text 136,59," REMOTE 6 "
  110.         @Send_code("/06")               ! Numeral 6
  111.         @Press(38,173,51,177)
  112.       Endif
  113.       If Y%>185 And Y%<191
  114.         Text 136,59," REMOTE 0 "
  115.         @Send_code("/00")               ! Numeral 0
  116.         @Press(38,186,51,190)
  117.       Endif
  118.     Endif
  119.     If X%>60 And X%<75
  120.       If Y%>64 And Y%<70
  121.         Text 136,59,"   1/L    "
  122.         @Send_code("/4B")               ! Activate left audio channel only
  123.         @Press(61,65,74,69)
  124.       Endif
  125.       If Y%>146 And Y%<152
  126.         Text 136,59," PROGRAM  "
  127.         @Send_code("/4C")               ! Intended for compact disc usage
  128.         @Press(61,147,74,151)
  129.       Endif
  130.       If Y%>159 And Y%<165
  131.         Text 136,59," REMOTE 3 "
  132.         @Send_code("/03")               ! Numeral 3
  133.         @Press(61,160,74,164)
  134.       Endif
  135.       If Y%>172 And Y%<178
  136.         Text 136,59," REMOTE 7 "
  137.         @Send_code("/07")               ! Numeral 7
  138.         @Press(61,173,74,177)
  139.       Endif
  140.     Endif
  141.     If X%>60 And X%<99
  142.       If Y%>81 And Y%<87
  143.         Play_flag!=-1
  144.         Text 136,59,"   PLAY   "
  145.         @Send_code("/17")               ! Commence playback
  146.         @Press(61,82,98,86)
  147.       Endif
  148.       If Y%>185 And Y%<191
  149.         Play_flag!=-1
  150.         Text 136,59,"  SEARCH  "
  151.         @Send_code("/42")               ! Activates search to desired frame #
  152.         @Press(61,186,98,190)
  153.       Endif
  154.     Endif
  155.     If X%>60 And X%<80
  156.       If Y%>94 And Y%<100
  157.         Text 136,59," SCAN REV "
  158.         @Send_code("/11")               ! Quickly scans in reverse
  159.         @Press(61,95,79,99)
  160.       Endif
  161.       If Y%>107 And Y%<113
  162.         Text 136,59,"STILL REV "
  163.         @Send_code("/50")               ! Freezes pictures (CAV discs only)
  164.         @Press(61,108,79,112)
  165.       Endif
  166.       If Y%>120 And Y%<126
  167.         Text 136,59," CHAP REV "
  168.         @Send_code("/53")               ! Searches to previous chapter stop
  169.         @Press(61,121,79,125)
  170.       Endif
  171.     Endif
  172.     If X%>79 And X%<99
  173.       If Y%>94 And Y%<100
  174.         Text 136,59," SCAN FWD "
  175.         @Send_code("/10")               ! Quickly scans forward
  176.         @Press(80,95,98,99)
  177.       Endif
  178.       If Y%>107 And Y%<113
  179.         Text 136,59,"STILL FWD "
  180.         @Send_code("/54")               ! Increments 1 frame at a time (CAV)
  181.         @Press(80,108,98,112)
  182.       Endif
  183.       If Y%>120 And Y%<126
  184.         Text 136,59," CHAP FWD "
  185.         @Send_code("/52")               ! Searches to next chapter stop
  186.         @Press(80,121,98,125)
  187.       Endif
  188.     Endif
  189.     If X%>84 And X%<99
  190.       If Y%>50 And Y%<56
  191.         If Play_flag!=-1
  192.           Text 136,59,"   STOP   "
  193.           @Send_code("/16")             ! Stops playback and spins down disc
  194.           Play_flag!=0
  195.         Else
  196.           Text 136,59,"  EJECT   "
  197.           @Send_code("/16")             ! Ejects disc from machine
  198.         Endif
  199.         @Press(85,51,98,55)
  200.       Endif
  201.       If Y%>64 And Y%<70
  202.         Text 136,59,"   2/R    "
  203.         @Send_code("/49")               ! Activates right audio channel only
  204.         @Press(85,65,98,69)
  205.       Endif
  206.       If Y%>146 And Y%<152
  207.         Text 136,59," DISPLAY  "
  208.         @Send_code("/43")               ! Display current chapter/frame
  209.         @Press(85,147,98,151)
  210.       Endif
  211.       If Y%>159 And Y%<165
  212.         Text 136,59," REMOTE 4 "
  213.         @Send_code("/04")               ! Numeral 4
  214.         @Press(85,160,98,164)
  215.       Endif
  216.       If Y%>172 And Y%<178
  217.         Text 136,59," REMOTE 8 "
  218.         @Send_code("/08")               ! Numeral 8
  219.         @Press(85,173,98,177)
  220.       Endif
  221.     Endif
  222.     If X%>119 And X%<148                ! Below are repeated commands for
  223.       If Y%>91 And Y%<103               ! clicking on the Function Key graphics
  224.         Play_flag!=-1
  225.         Text 136,59,"   PLAY   "
  226.         @Send_code("/17")
  227.         @Click
  228.       Endif
  229.       If Y%>108 And Y%<120
  230.         Text 136,59,"  FRAME   "
  231.         @Send_code("/41")
  232.         @Click
  233.       Endif
  234.       If Y%>125 And Y%<137
  235.         Play_flag!=-1
  236.         Text 136,59,"  SEARCH  "
  237.         @Send_code("/42")
  238.         @Click
  239.       Endif
  240.       If Y%>142 And Y%<154
  241.         Text 136,59,"  CLEAR   "
  242.         @Send_code("/45")
  243.         @Click
  244.       Endif
  245.       If Y%>159 And Y%<171
  246.         Text 136,59," DISPLAY  "
  247.         @Send_code("/43")
  248.         @Click
  249.       Endif
  250.     Endif
  251.     If X%>212 And X%<241
  252.       If Y%>91 And Y%<103
  253.         Text 136,59,"STILL FWD "
  254.         @Send_code("/54")
  255.         @Click
  256.       Endif
  257.       If Y%>108 And Y%<120
  258.         Text 136,59,"STILL REV "
  259.         @Send_code("/50")
  260.         @Click
  261.       Endif
  262.       If Y%>125 And Y%<137
  263.         Text 136,59," CHAP FWD "
  264.         @Send_code("/52")
  265.         @Click
  266.       Endif
  267.       If Y%>142 And Y%<154
  268.         Text 136,59," CHAP REV "
  269.         @Send_code("/53")
  270.         @Click
  271.       Endif
  272.       If Y%>159 And Y%<171
  273.         Text 136,59,"EJECT DISC"
  274.         @Send_code("/16")
  275.         @Send_code("/16")
  276.         @Click
  277.       Endif
  278.     Endif
  279.     If X%>272 And Y%>48 And X%<297 And Y%<69
  280.       @Click
  281.       Alert 2,"| Are you sure you wish | to exit the program?",1," YES | NO ",An%
  282.       If An%=1
  283.         @Palette_restore
  284.       Endif
  285.       Defmouse 3
  286.     Endif
  287.     Repeat
  288.     Until Mousek<>1
  289.   Endif
  290. Loop
  291. '
  292. Procedure Key_select                   ! Allows keyboard input by scanning
  293.   If Menu(14)=15104      !F1           ! the decimal value from Menu(14).
  294.     Play_flag!=-1
  295.     Command$="   PLAY   "
  296.     @Send_code("/17")
  297.     @Click
  298.   Endif
  299.   If Menu(14)=15360      !F2
  300.     Command$="  FRAME   "
  301.     @Send_code("/41")
  302.     @Click
  303.   Endif
  304.   If Menu(14)=15616      !F3
  305.     Play_flag!=-1
  306.     Command$="  SEARCH  "
  307.     @Send_code("/42")
  308.     @Click
  309.   Endif
  310.   If Menu(14)=15872      !F4
  311.     Command$="  CLEAR   "
  312.     @Send_code("/45")
  313.     @Click
  314.   Endif
  315.   If Menu(14)=16128      !F5
  316.     Command$=" DISPLAY  "
  317.     @Send_code("/43")
  318.     @Click
  319.   Endif
  320.   If Menu(14)=16384      !F6
  321.     Command$="STILL FWD "
  322.     @Send_code("/54")
  323.     @Click
  324.   Endif
  325.   If Menu(14)=16640      !F7
  326.     Command$="STILL REV "
  327.     @Send_code("/50")
  328.     @Click
  329.   Endif
  330.   If Menu(14)=16896      !F8
  331.     Command$=" CHAP FWD "
  332.     @Send_code("/52")
  333.     @Click
  334.   Endif
  335.   If Menu(14)=17152      !F9
  336.     Command$=" CHAP REV "
  337.     @Send_code("/53")
  338.     @Click
  339.   Endif
  340.   If Menu(14)=17408      !F10
  341.     Command$="EJECT DISC"
  342.     @Send_code("/16")
  343.     @Send_code("/16")
  344.     @Click
  345.   Endif
  346.   If Menu(14)=27953
  347.     Command$=" KEYPAD 1 "
  348.     @Send_code("/01")
  349.     @Click
  350.   Endif
  351.   If Menu(14)=28210
  352.     Command$=" KEYPAD 2 "
  353.     @Send_code("/02")
  354.     @Click
  355.   Endif
  356.   If Menu(14)=28467
  357.     Command$=" KEYPAD 3 "
  358.     @Send_code("/03")
  359.     @Click
  360.   Endif
  361.   If Menu(14)=27188
  362.     Command$=" KEYPAD 4 "
  363.     @Send_code("/04")
  364.     @Click
  365.   Endif
  366.   If Menu(14)=27445
  367.     Command$=" KEYPAD 5 "
  368.     @Send_code("/05")
  369.     @Click
  370.   Endif
  371.   If Menu(14)=27702
  372.     Command$=" KEYPAD 6 "
  373.     @Send_code("/06")
  374.     @Click
  375.   Endif
  376.   If Menu(14)=26423
  377.     Command$=" KEYPAD 7 "
  378.     @Send_code("/07")
  379.     @Click
  380.   Endif
  381.   If Menu(14)=26680
  382.     Command$=" KEYPAD 8 "
  383.     @Send_code("/08")
  384.     @Click
  385.   Endif
  386.   If Menu(14)=26937
  387.     Command$=" KEYPAD 9 "
  388.     @Send_code("/09")
  389.     @Click
  390.   Endif
  391.   If Menu(14)=28720
  392.     Command$=" KEYPAD 0 "
  393.     @Send_code("/00")
  394.     @Click
  395.   Endif
  396.   If Menu(14)=283        !Esc
  397.     @Click
  398.     Alert 2,"| Are you sure you wish | to exit the program?",1," YES | NO ",An%
  399.     If An%=1
  400.       @Palette_restore
  401.     Endif
  402.     Defmouse 3
  403.   Endif
  404.   If Command$=""
  405.     Command$="          "
  406.   Endif
  407.   Text 136,59,Command$
  408.   Clr Command$
  409.   Repeat
  410.     Pause 2
  411.   Until Inkey$=""
  412. Return
  413. '
  414. Procedure Init_program
  415.   Hidem
  416.   If Xbios(4)<>0
  417.     Alert 1,"| The Atari ST LaserDisc Remote | Control Program  only runs in |    low resolution mode.",1," SORRY ",Void!
  418.     End
  419.   Endif
  420.   Current_dir$=Dir$(0)+"\"
  421.   If Not Exist(Current_dir$+"LASER.PI1")
  422.     Alert 1,"| Cannot find LASER.PI1 file. | Make sure that file is in the| same directory as LASER.PRG.",1," BYE ",Void!
  423.     End
  424.   Endif
  425.   '
  426.   '   Configure RS-232C Port for 4800 baud, no parity, 1 stop bit, 8 bits
  427.   '
  428.   Void Xbios(15,2,0,&X10001000,-1,-1,-1)
  429.   '
  430.   @Send_code(">A8")                     ! "SR" Code for LaserDisc Player
  431.   @Palette_save
  432. Return
  433. '
  434. Procedure Palette_save
  435.   Dim Palette%(15)
  436.   Num%=0
  437.   Repeat
  438.     Palette%(Num%)=Xbios(7,W:Num%,W:-1)
  439.     Inc Num%
  440.   Until Num%>15
  441.   Clr Num%
  442. Return
  443. '
  444. Procedure Screen
  445.   Local N,X,Y,Z,C
  446.   Filename$=Current_dir$+"LASER.PI1"
  447.   Open "I",#1,Filename$
  448.   Seek #1,2                          ! Move to first DEGAS color byte.
  449.   For N=0 To 15                      ! (First 2 bytes are DEGAS resolution info)
  450.     X=Inp(#1)
  451.     Y=Inp(#1)
  452.     Z=X*256+Y
  453.     C=Xbios(7,N,Z)
  454.   Next N
  455.   Bload Filename$,Xbios(2)-34
  456.   Close #1
  457. Return
  458. '
  459. Procedure Press(X1%,Y1%,X2%,Y2%)        ! Graphic bar for remote w/beep
  460.   Get X1%,Y1%,X2%,Y2%,Temp$
  461.   Pbox X1%,Y1%,X2%,Y2%
  462.   Sound 1,13,1,6,5
  463.   Sound 1,0,0,0,0
  464.   Put X1%,Y1%,Temp$
  465.   Clr Temp$
  466. Return
  467. '
  468. Procedure Click                         ! Sound caused during a keypress
  469.   Sound 0,0,2500,0,0
  470.   Wave 8,1,9,2100
  471. Return
  472. '
  473. Procedure Send_code(Code$)              ! Sends the code via the RS-232 port
  474.   Open "",#1,"AUX:"
  475.   Print #1,Code$
  476.   Close #1
  477.   Clr Code$
  478. Return
  479. '
  480. Procedure Palette_restore
  481.   Cls
  482.   Num%=0
  483.   Repeat
  484.     Setcolor Num%,Palette%(Num%)
  485.     Inc Num%
  486.   Until Num%>15
  487.   Spoke &H484,Peek(&H484) Or 1         ! Turn key click back on
  488.   End
  489. Return
  490.